细腻猎豹

文章
3
资源
0
加入时间
3年0月9天

pyqt5 添加属性-类方法用属性形式访问

方法一 装饰器法 1 import sys 2 from PyQt5.QtWidgets import QApplication, QWidget, QPushButton, QHBoxLayout,QLabel 3 from PyQt5.QtGui import QColor 4 from PyQt5.QtCore import pyqtProperty,Qt 5 ...

Spring mvc 传递数组

主要是加了个@RequestParam(value = "titles[]") Controller@RequestMapping(value="/exportExcel", method = RequestMethod.POST) @ResponseBody public String exportExcel(@RequestParam(value = "titles[]"...