我想要一个1到31的数字 但是我不想建表 我下拉框里面需要一个1到31中的每一个数字 有办法解决嘛 大佬们
----------
预览
看出13了,最近老眼昏花了 range(1,31)
直接公式
range(1,31)
mysql数据库里面自带一个序号的表
select help_topic_id from mysql.help_topic
where help_topic_id>=1
and help_topic_id<=31