摘要: app01/__int__.py: import pymysql pymysql.install_as_MySQLdb() app01/models.py: from django.db import models class Person(models.Model): name = models. 阅读全文
posted @ 2019-09-03 22:11 Sch01aR# 阅读(181) 评论(0) 推荐(0) 编辑
摘要: index.html: <input type="text" id="i1">+ <input type="text" id="i2">= <input type="text" id="i3"> <input type="button" value="AJAX提交" id="b1"> <script 阅读全文
posted @ 2019-09-03 21:04 Sch01aR# 阅读(2052) 评论(0) 推荐(0) 编辑