Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
前
man woman friend love
后
man man woman woman friend friend love love
任何人都知道使用文本编辑器或 cmd 执行此操作
对不起我的英语我用谷歌翻译。
好吧,你可以使用这样的东西:
寻找:
^.*$
并替换为
$0 $0
确保您具有以下设置:
我已经搜索了很多但仍然没有机会,有没有办法在 echo HTML 中调用 php 函数?
我也试过这个,但没有奏效。
<?php echo <<<HTML [HTML PARTS..] <td colspan="2">its function: <? $z = func($x); echo $z