單引號和雙引號沒區(qū)別嗎
window.open('http://yifanck.cn','_blank','height=600,width=400,top=100,left=0'); window.open("http://yifanck.cn","_blank","width=600,height=400,top=100,left=0");
我試了這個例子沒區(qū)別
window.open('http://yifanck.cn','_blank','height=600,width=400,top=100,left=0'); window.open("http://yifanck.cn","_blank","width=600,height=400,top=100,left=0");
我試了這個例子沒區(qū)別
2018-09-13
舉報
2018-09-13
在里面沒有其他引號使用的情況下,單引號和雙引號是沒有區(qū)別的。(雙引號中間可以嵌套單引號,但反過來的話就不行)