后台:Page.ClientScript…","url":"https://www.cnblogs.com/cnzhouhai/archive/2007/10/29/942000.html","mainEntityOfPage":{"@type":"WebPage","@id":"https://www.cnblogs.com/cnzhouhai/archive/2007/10/29/942000.html"},"image":"https://www.cnblogs.com/Images/OutliningIndicators/None.gif","publisher":{"@type":"Organization","name":"惯性聚合","logo":{"@type":"ImageObject","url":"https://juhe.plus/apple-touch-icon.png"}},"author":{"@type":"Person","name":"小子好黑"},"datePublished":"2007-10-29T12:24:00.000Z"}]}
惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
C
Check Point Blog
GbyAI
GbyAI
博客园 - 司徒正美
爱范儿
爱范儿
N
Netflix TechBlog - Medium
H
Hacker News: Front Page
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Security Latest
Security Latest
C
Cyber Attacks, Cyber Crime and Cyber Security
博客园 - Franky
Recent Announcements
Recent Announcements
P
Privacy International News Feed
T
Tor Project blog
Y
Y Combinator Blog
有赞技术团队
有赞技术团队
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
G
GRAHAM CLULEY
The Hacker News
The Hacker News
N
News and Events Feed by Topic
I
Intezer
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
PCI Perspectives
PCI Perspectives
S
Secure Thoughts
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家
T
Threat Research - Cisco Blogs
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
D
DataBreaches.Net
Hacker News - Newest:
Hacker News - Newest: "LLM"
Last Week in AI
Last Week in AI
H
Help Net Security
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
Help Net Security
Help Net Security
S
Schneier on Security
T
The Exploit Database - CXSecurity.com
Google Online Security Blog
Google Online Security Blog
Cyberwarzone
Cyberwarzone
T
Tailwind CSS Blog
V
Vulnerabilities – Threatpost
Forbes - Security
Forbes - Security
Apple Machine Learning Research
Apple Machine Learning Research
O
OpenAI News
AWS News Blog
AWS News Blog
月光博客
月光博客

博客园 - 小子好黑

String 和 string vs2005常用快捷键 菜单 Wscript.shell 收集一些常用的正则表达式 WINDOWS自启动方式总结 简单的C#面试题 写卡程序 Request.ServerVariables获取环境变量 直接创建一个DataTable,并为之添加数据(自定义DataTable) 文本框回车自动提交FORM的解决方法 闲来无事,JS排序 sql 查询数据生成insert语句 学习.NET的经典网站 查询系统所有存储过程,并以树形结构显示 html实现树形结构(精简代码) c# 字母大小写转换 对于错误“不能确定应用到此机器的组策略安全性设置”的解决办法
C#后台调用JS
小子好黑 · 2007-10-29 · via 博客园 - 小子好黑

前台:

<script type="text/javascript" > 
function method() 

  alert(
"zhouhai");
}
 
</script > 

后台:

Page.ClientScript.RegisterStartupScript(this.GetType(),"test"" <script >method() </script >");