設置和獲取href屬性中跟在問號後面的值string
var category=window.location.search;io
截取,獲取得到category的具體值ast
var cateval=category.substring(category.lastindexOf(‘=’)+1,category.length);index
而後這樣就OK了location