摘要:
public function jwt() { key='!@#%*&'; //这里是自定义的一个随机字串,应该写在config文件中的,解密时也会用,相当 于加密中常用的 盐 salt nowtime = time(); echo (nowtime+100).'<hr />'; /* is 阅读全文
摘要:
import xml.etree.ElementTree as ET def change_xml(xml_path): filelist = os.listdir(xml_path) print(filelist) # 打开xml文档 for xmlfile in filelist: doc = 阅读全文