摘要:
var myForm = document.createElement("form"); myForm.method="get" ; myForm.action = "line_ticket.aspx" ; var myInput = document.createElement("input") ; myInput.setAttribute("name", "id") ; myInpu... 阅读全文
posted @ 2010-05-29 13:05
生
阅读(9186)
评论(0)
推荐(0)
摘要:
几种方法如下:非Web程序1.AppDomain.CurrentDomain.BaseDirectory //浏览器安装路径2.Environment.CurrentDirectory3.HttpRuntime.BinDirectoryThe path to the current application's/bin directory.Web程序HttpCurrent.Context.Serve... 阅读全文
posted @ 2010-05-29 11:12
生
阅读(4767)
评论(0)
推荐(1)
浙公网安备 33010602011771号