我想str_replace在一个函数中。试图str_replace(array('(', ')', array('"', '\'')), array('\(', '\)', '["|\']'), 'hello("test")');期望的输出:hello\(["|']test["|']\)这会起作用,但不是很有用:str_replace(array('"', '\''), '["|\']', str_replace(array('(', ')'), array('\(', '\)'), 'hello("test")'));我该如何解决这个问题?
1 回答
- 1 回答
- 0 关注
- 116 浏览
添加回答
举报
0/150
提交
取消