亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

背影
Follow

After following, you can keep track of his dynamic information in a timely manner

Course notes
  • Courses in the relevant section:First experience with JavaScript: What can js do? What can't be done?

    js是網(wǎng)頁(yè)具有交互性;處理表單,檢驗(yàn)用戶的輸入;動(dòng)態(tài)創(chuàng)建頁(yè)面,如添加附件操作;能設(shè)置cookie; 不能讀寫用戶電腦上的文件;不許修改服務(wù)器上的文件;不能關(guān)閉不是自己打開(kāi)的頁(yè)面;不能讀取其他已經(jīng)打開(kāi)頁(yè)面的信息;

    2017-08-020個(gè)贊

  • Courses in the relevant section:Data types in JavaScript: Operations can only be performed if the type is determined

    所有數(shù)據(jù)類型undefined,null,Number,Boolean,String Object typeof操作符來(lái)檢測(cè)類型 所有數(shù)據(jù)類型都是object類型 定義Object可用=null Number.Min_value Number.Max_value Number.Max_safe_integer安全指數(shù)范圍 轉(zhuǎn)義字符使用雙引號(hào) message.length toString轉(zhuǎn)變成String類型 var obj = new Object(); obj.url='php.cn'; obj.sayHello=function(){console.log('php中文網(wǎng)')}; 調(diào)用obj.sayHello();

    2017-08-021個(gè)贊

  • Courses in the relevant section:Array methods in JavaScript: suffocatingly powerful

    var lang = new Array() lang[0]='tom'; var lang= ['tom','css','java']; lang.length返回?cái)?shù)組長(zhǎng)度 lang.push('js','jack'); lang.unshift('前端','開(kāi)發(fā)')向數(shù)組頭部添加 lang.pop()刪除末尾元素,一次刪除一個(gè),返回刪除的元素 lang.shift()刪除頭部元素 delete lang[1]刪除值,變?yōu)閡ndefined lang.splice(元素位置,元素個(gè)數(shù),'開(kāi)心') splice() 方法可刪除從 index 處開(kāi)始的零個(gè)或多個(gè)元素,并且用參數(shù)列表中聲明的一個(gè)或多個(gè)值來(lái)替換那些被刪除的元素。

    2017-08-020個(gè)贊

  • Courses in the relevant section:Database analysis

    用戶表user id email pass tel status time token aid設(shè)置用戶默認(rèn)地址 用戶信息表 userInfo id uid nickname sex birthday addr addrInfo img 分類表 id name pid父id path 路徑 sort is_lou title keywords description 分類廣告 typeAds id cid img type title 廣告管理 ads id img sort href title 商品管理goods id cid title info img price num text config 商品小圖標(biāo)goodsImg id gid img 評(píng)論表 comment id uid gid text star time status img 收貨地址addr id uid sname stel addr addrInfo email 訂單表orders id code uid gid price num aid time money sid 訂單狀態(tài)表orderStatus id name

    2020-06-110個(gè)贊