node+mysql實現增刪改查

var mysql = require("mysql"); var connection = mysql.createConnection({ host : 'localhost', user : 'root', password : 'liyong123.', database : 'node' }); function add(){//增 var post =
相關文章
相關標籤/搜索