程序隨機生成身份證號、銀行卡號、姓名信息

 在工作中開發和測試需要用到隨機身份證號,銀行卡號信息,這裏用程序自動生成,方便使用!!!

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>idcard</title>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <style>
      body {
        padding-left: 10px;
      }
      a {
        text-decoration: none;
        color: black;
      }
      .aa:hover {
        text-decoration: underline;
        color: #990000;
      }
      #panel {
        font-size: 18px;
        font-family: 微軟雅黑;
        /*    padding:10px; */
      }
      #getButton {
        margin-bottom: 20px;
        width: 100px;
        height: 50px;
        margin: 50px 0;
        cursor: pointer;
      }
      .des {
        margin: 50px 0;
        width: 720px;
      }
      .pointer {
        cursor: pointer;
        padding: 0 30px;
      }
      .ml188 {
        margin: 2
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章