效果: 代码: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace DataGridViewDownComboBoxDemo { public partial class Form1 : Form {…
function opt(){ var id = $("#ids").val(); $.ajax({ type: "POST", url: "${basePath}/cardInfo/selectByid?id="+id, success: function(msg){ var myobj=(eval("(" + msg + ")").msg); $("#id").html…