摘要:
function chartData() { var app_id = $('.app_id').attr('app_id'); var gener_id = $('.gener_id').attr('gener_id'); var pop_id = $('.listType li.active').attr('pop_id'); ... 阅读全文
摘要:
select * from 表名 查询此表所有数据 select * from 表名 where 字段名 > 判断条件 查询某表中的某字段符合条件的数据 select * from 表名 where 字段名 = 判断条件 查询某表中的某字段等于条件的数据 select * from 表名 where 阅读全文