js使用者本地的建立修改

2021-09-24 22:18:55 字數 3507 閱讀 5824

註冊h2

>

for=""

>

使用者名稱:label

>

type

="text"

id="txt-name"

>

>

for=""

>密  

碼:label

>

type

="password"

id="txt-pwd"

>

>

for=""

>性  

別:label

>

type

="radio"

checked

name

="***"

value

="1"

>

男name

="***"

type

="radio"

value

="0"

>

for=""

>電  

話:label

>

type

="text"

id="txt-tel"

>

>

type

="button"

value

="註冊"

class

="btn-reg"

>

div>

class

="right"

>

>

>

人員資訊表caption

>

>

>

>

使用者名稱th

>

>

密碼th

>

>

性別th

>

>

**th

>

>

刪除th

>

tr>

thead

>

>

tbody

>

table

>

div>

>

//在html頁面找元素

var txtname = document.

queryselector

('#txt-name');

//找使用者名稱

var txtpwd = document.

queryselector

('#txt-pwd');

//找密碼框

var txttel = document.

queryselector

('#txt-tel');

//找**號碼

var *** = document.

getelementsbyname

('***');

//找性別

var tbody = document.

queryselector

('tbody');

//找**

varkey

="201907020933"

;//資料儲存在本地時的key

// console.log(***)

init()

;//初始化頁面

//為註冊按鈕新增單擊註冊事件

document.

queryselector

('.btn-reg').

onclick

=function()

//在頁面中找到的性別新增判斷條件函式

function

getgender()

else;}

;};//函式輸出

return gender;

}//初始化頁面

function

init()

//遍歷陣列

arr.

foreach

(function

(obj));

}//從頁面的web本地儲存獲取資料

function

getdata()

//將資料寫入本地

function

writedate

(username, pwd, tel, gender)

arr.

push

(user)

;//將資料新增到陣列中

//將陣列寫入本地

localstorage.

setitem

(key

,json

.stringify

(arr));

}//為頁面建立新增行封裝函式

function

createtr

(username, pwd, gender, tel)

td.(link)

;//將超連線放入td

}//使用者建構函式

//刪除資料本地函式

function

deletedata

(username);}

;//將刪除後的資料寫入本地

// localstorage.setitem(key, key, json.stringify(arr));

localstorage.

setitem

(key

,json

.stringify

(arr));

}function

user

(username, pwd, tel, gender)

/* 不足的地方希望大家諒解*/

script

>

body

>

html

>

##本文件希望能幫到大家

mysql建立使用者和修改密碼

mysql select user,host from mysql.user user host root 127.0.0.1 root 1 root localhost 3 rows in set 0.00 sec mysql create user time localhost identifi...

Linux root使用者無法建立 修改檔案

使用ssh等遠端連線工具連線伺服器。在某個目錄下修改檔案,然後儲存。這時候提示沒有操作許可權。在本地備份要修改的檔案,刪除伺服器上要修改的檔案。將本地備份檔案修改後上傳到伺服器原位置。這時候還是提示沒有許可權。將本地備份檔案上傳到伺服器其他路目錄下。上傳成功。使用mv命令,將檔案移動到檔案原位置。這...

使用者管理命令及建立使用者系統修改的檔案

1.每乙個檔案都有屬主和屬組,所以每一次的登入只有有兩個id,乙個屬主id user id,簡稱uid 乙個屬組id group id,簡稱gid 2.每乙個檔案目錄都有乙個擁有者,擁有組和其他人 3.程序訪問乙個檔案取決於程序的所屬者是否有許可權 4.對於centsos7,0級使用者乙個,1 99...