引号之间的 PHP 语句
如何在 php 内部的引号之间放置 php 语句?
我想调用 str_replace(),第一个参数是一个字符串,它是我想要替换的 PHP 语句)。
该字符串为:
现在,如何将其放入引号中?是否可以?我只是希望将其视为字符串。
谢谢你!
How can I put a php statement between quotes, inside php?
I want to call str_replace(), and the first argument is a string that is a PHP statement, that I want to replace).
The string is: <?php echo $_GET['number'];?>
Now, how do I put that into quotes? Is it possible? I just want that to be treated as a string.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是你想做的全部吗?
我想我们有点困惑。
Is this all you're trying to do?
I think we're a little confused.
如果你想将确切的文本输出到 html 页面,
我可能误解了你想要的内容......
If you want to output that exact text to an html page just do
I may have misunderstood what you wanted though...