用img標籤實現資料提交

2021-08-26 03:53:47 字數 851 閱讀 5140

其實不一定要使用script標籤,用img標籤也可以實現。

(如果遠端要回傳大量資料,而不是bool型別的標誌,則需要使用script標籤)。

把下面**儲存到本地html,使用者名稱:"dexte***r"。密碼:"888"。就能收到成功訊息。

html code

<

script

>

function

login(name,pass) img.onload

=function

() {

//finish code here

alert("ok

"script

>

<

body

>

使用者名稱:

<

input

name

=""id

="name"

type

="text"

/>

密碼:<

input

name

=""id

="password"

type

="password"

/>

<

input

name

=""value

="登入"

type

="button"

onclick

="login(document.getelementbyid('name').value,document.getelementbyid('password').value)"

/>

body

>

用Jsoup實現html中標籤替換

我的解決的方法就是在顯示之前把img標籤的src位址換成絕對位址,找了一下選擇了大家很推崇的jsoup newsbody doc.tostring 方法 可以使用屬性設定方法 element.attr string key,string value 和 elements.attr string ke...

用spring標籤實現欄位的脫敏

構建列舉類,用來識別每個脫敏字段 author tori 2018 7 16 上午11 19 public enum sensitivetype建立處理脫敏欄位的工具類 這裡只展示了mobile,其他類推 author tori 2018 7 16 下午1 57 public class sensi...

整理用js實現tab標籤頁

12 8.notice 15.notice tit 20.notice tit ul 2526 notice tit ul li 35.notice tit ul a 39.notice tit ul select 46 notice tit ul li hover 53 注意 1.需要給.noti...