62,203
社区成员
发帖
与我相关
我的任务
分享
string courseName="";
string degree="";
string country="";
string readType="";
string lstg_s = "<script language=javascript>window.open(" + "'http://www.*****.cn/getsou/Searchbyuniversity.aspx?courseName=" + courseName + "°ree=" + degree + "&country=" + country + "¬readType=" + readType + "','_blank'" + "); </script>";
String str = " <script language=javascript>window.open('"+ lstg_s +"'); </script>";
MessageBox.Show(str);