我在将 javascipt 中的 < 与函数 match() 匹配时存在冲突。请注意,相同的行代码在 wamp 中有效,但在 lampp(linux) 中无效。
with test, I notifie that the problem comes from <? :
there's a warning 'parse error unexpected ')' in ....... '
but there will not be warning if I remove < or ? or <?.
这是代码:
var res=str.match(/[^<>]*<\w+ nom?="([^<>]*)">[^<>]*(<?[\s\S]*)/);
那么,我该如何解决这个问题呢?请帮忙。