最贊回答 / 瓦洛佳YUP
function mytype(val){? if(typeof val === "string"){? ? console.log('字符串');? }else if(typeof val === "number"){? ? console.log("數(shù)字");? }}mytype("");
最贊回答 / qq_慕設(shè)計8188320
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <script type="text/javascript"> function openwindow(){ var URL = prompt("請輸入你的網(wǎng)址或選擇默認(rèn)網(wǎng)址", 'https://www.imoo...
2021-09-16
最贊回答 / 汝慕寒
<...圖片...>注:js的執(zhí)行順序是單線程依次執(zhí)行的因此將script放在head里結(jié)果是null,將script放在body里結(jié)果是object
2021-09-06