摘要:
小程序的var that = this this是指当前对象,只是一个指针,真正的对象存放在堆内存中,this的指向在程序执行过程中会变化,因此如果需要在函数中使用全局数据需要合适地将this复制到变量中。 this作用域分析: 1.在Page({})里面,this关键字指代Page({})整个对象 阅读全文
摘要:
废话不多说。 步骤 1.连接mysql 2.选择数据库并use进入 3.使用load data local infile 主要命令 load data local infile 'f:\ssgii\\useful\\sggg\\sggg.csv' into table `sxxxg` charact 阅读全文