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.
我使用 tinyMCE,并且这个标签通过按钮动态插入。
<span class="_pElement" contenteditable="false">variable</span>
当我在编辑器上选择此标签并按退格键时,页面返回页面。按退格键时应该删除这个标签。
您应该在插入跨度后立即聚焦编辑器:
tinymce.get('your_editor_id').focus();
尝试使用 PHP 正则表达式来匹配可能是函数的单词,而不是双引号。同时忽略可能是函数的双引号中的任何内容。下面已经匹配“你好(世界)”。并将 'hello(world)' 放在一个数组中,然后将 'hello' 放在另一个数组中。但是,我想要一个不添加它的条件,如上所述。
preg_match_all('#(\w*)\s*\(.*?\)