我試圖找到一個長字符串一些文字,但我的代碼不能正常工作,例如:字符串搜索到HTML
Var result = 「<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html><head<title>Hey i am here</title>」
if (result.search('Hey i am here')== true) {
alert('found');
} else { alert('NOT found'); }
但這不要工作:( 請幫
非常感謝兄弟!這工作:D – blackriderws