window.open函數(shù)中“和‘是一樣的嗎?在js中又有什么區(qū)別
window.open('http://idcbgp.cn','_blank','width=300,height=200,menubar=no,toolbar=no, status=no,scrollbars=yes')
window.open('http://idcbgp.cn','_blank','width=300,height=200,menubar=no,toolbar=no, status=no,scrollbars=yes')
2015-12-09
舉報
2015-12-09
一樣的 ? js中“” 和 ‘ ’是一樣的,但使用時必須成對使用 ?不可以 “ ' ?這樣用。