雙向數據綁定原理

利用對象對應的址實現雙向數據綁定,對象賦值是賦址而不是值,這也就是不用字符串記錄這個值的緣由html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <input type="text" id = "userName" > <input type="text" i
相關文章
相關標籤/搜索