201109081526JavaScript - 取得URL 中的GET 參數 ?JavaScript. var url = window.location.toString(); var str = ""; if (url.indexOf("?") != -1) {
確定! 回上一頁