91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

JavaScript如何獲取到導航條中HTTP信息

發布時間:2020-08-28 11:56:03 來源:腳本之家 閱讀:129 作者:人走丿茶涼 欄目:web開發

本文實例為大家分享了Android九宮格圖片展示的具體代碼,供大家參考,具體內容如下

1、style中帶有注釋的部分為獲取HTTP中的信息

2、body中顯示效果為:

1)、打開頁面是自動彈出輸入提示框
2)、點擊刪除時,會有警告框彈出

   點擊確定時,刪除信息
   點擊取消時,不刪除信息

代碼

<!DOCTYPE html>
<html lang="en">
<head>
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
 <title></title>

 <!-- JavaScript代碼 -->
 <script>
  //  console.log("URL地址: " + window.location.href);
  //  console.log("主機名: " + window.location.hostname);
  //  console.log("端口: " + window.location.port);
  //  console.log("主機: " + location.host); // 主機名+端口
  //  console.log("協議: " + location.protocol);
  //  console.log("路徑: " + location.pathname);

  //  console.log("有效的寬度(單位:像素): " + screen.availWidth);
  //  console.log("有效的高度(單位:像素): " + screen.availHeight);
  //  console.log("每個像素顏色的位數: " + screen.colorDepth);

  //  document.write("官方瀏覽器代碼名的字符串的表示:" + navigator.appCodeName + "<br/>");
  //  document.write("官方瀏覽器名的字符串的表示:" + navigator.appName + "<br/>");
  //  document.write("用戶代理:" + window.navigator.userAgent + "<br/>");
  //  document.write("版本信息:" + window.navigator.appVersion + "<br/>");
  //  document.write("瀏覽器所在的計算機的平臺:" + window.navigator.platform + "<br/>");
  //  document.write("Cookie:" + window.navigator.cookieEnabled + "<br/>");
 </script>
</head>
<body>
<script>
 function remove() {
  var r = confirm("確定要刪除嗎?");
  console.log(r);
 }

 prompt("您幾歲?");
</script>
<table>
 <tr>
  <th>姓名</th>
  <th>年齡</th>
  <th>操作</th>
 </tr>
 <tr>
  <td>張三</td>
  <td>19</td>
  <td><input type="button" value="刪除" onclick="return remove();"/></td>
 </tr>
 <tr>
  <td>李四</td>
  <td>18</td>
  <td><input type="button" value="刪除" onclick="return remove();"/></td>
 </tr>
 <tr>
  <td>王五</td>
  <td>20</td>
  <td><input type="button" value="刪除" onclick="return remove();"/></td>
 </tr>
 <tr >
  <td>趙六</td>
  <td>21</td>
  <td><input type="button" value="刪除" onclick="return remove();"/></td>
 </tr>
 <tr>
  <td>孫七</td>
  <td>20</td>
  <td><input type="button" value="刪除" onclick="return remove();"/></td>
 </tr>
</table>
</body>
</html>

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

土默特左旗| 张家口市| 太仆寺旗| 拜城县| 长岛县| 芦溪县| 历史| 灵石县| 安溪县| 高邑县| 福建省| 慈溪市| 永定县| 扎赉特旗| 溧水县| 富裕县| 万源市| 长泰县| 皮山县| 济南市| 井冈山市| 耿马| 延寿县| 清流县| 长葛市| 道孚县| 台湾省| 秦皇岛市| 信阳市| 西充县| 盐源县| 陕西省| 甘泉县| 甘洛县| 泸溪县| 黑水县| 桂东县| 鹿邑县| 桦川县| 家居| 四川省|