一、新建项目:pdfdemo
<ItemGroup><PackageReference Include"iTextSharp.LGPLv2.Core" Version"3.4.20" />
</ItemGroup>二、HomeController.cs
using iTextSharp.text;
using iTextSharp.text.pdf;
using Microsoft.AspN…
st.data_editor
显示数据编辑器 widget。
数据编辑器 widget 可让你在类似表格的用户界面中编辑数据框和许多其他数据结构。
警告
When going from st.experimental_data_editor to st.data_editor in 1.23.0, the data editors representation in st.session_state was ch…
DOM XSS(基础)
不与后台服务器产生数据交互,通过前端的dom节点形成的XSS漏洞。 进行测试一下,输入111,会显示what do you see
查看元素代码,看到What do you see
根据前端页面语句进行编写弹窗攻击代码
<a hr…