首页
分类
命令
采集
标签
搜索
Blog
注册
登录
首页
分类
命令
采集
搜索
Blog
注册
登录
搜索
技术池(jishuchi.com)
本次搜索耗时
1.836
秒,为您找到
687
个相关结果.
搜书籍
搜文档
PHP str_replace() 函数
1200
2020-12-14
《PHP 教程》
PHP str_replace() 函数 实例 定义和用法 语法 技术细节 更多实例 例子 1 例子 2 PHP str_replace() 函数 实例 把字符串 "Hello world!" 中的字符 "world" 替换为 "Shanghai": <? php echo str_replace ( "world" , "Sh...
PHP stripcslashes() 函数
1199
2020-12-14
《PHP 教程》
PHP stripcslashes() 函数 实例 定义和用法 语法 技术细节 PHP stripcslashes() 函数 实例 删除 "World!" 前面的反斜杠: <? php echo stripslashes ( "Hello \World!" ); ?> 定义和用法 stripcslashes() ...
为字符串添加样式
1187
2020-12-11
《JavaScript 高级教程》
为字符串添加样式 为字符串添加样式 <html> <body> <script type = "text/javascript" > var txt = "Hello World!" document . write ( "<p>Big: " + txt . big () + "</p>" ) docu...
把字符串拆分为子串
1180
2020-12-15
《Python 教程》
把字符串拆分为子串 把字符串拆分为子串 a = "Hello, World!" b = a . split ( "," ) print ( b )
创建按钮
1179
2020-12-10
《HTML 教程》
创建按钮 创建按钮 <html> <body> <form> <input type = "button" value = "Hello world!" > </form> </body> </html>
把字符串转换为大写
1175
2020-12-15
《Python 教程》
把字符串转换为大写 把字符串转换为大写 a = "Hello, World!" print ( a . upper ())
查找字符串中特定的字符,若找到,则返回该字符 - match() 方法
1174
2020-12-11
《JavaScript 高级教程》
查找字符串中特定的字符,若找到,则返回该字符 - match() 方法 查找字符串中特定的字符,若找到,则返回该字符 - match() 方法 <html> <body> <script type = "text/javascript" > var str = "Hello world!" document . write ...
运行于不支持脚本的浏览器
1170
2020-12-10
《HTML 教程》
运行于不支持脚本的浏览器 运行于不支持脚本的浏览器 <!DOCTYPE html> <html> <body> <script type = "text/javascript" > document . write ( "Hello World!" ) </script> <noscript> Sorry, your brows...
一个简单的函数
1168
2020-12-11
《JavaScript 教程》
一个简单的函数 一个简单的函数 <!DOCTYPE html> <html> <head> <script> function myFunction () { document . getElementById ( "demo" ). innerHTML = "Hello World!" ; } </script> <...
插入一段脚本
1157
2020-12-10
《HTML 教程》
插入一段脚本 插入一段脚本 <html> <body> <script type = "text/javascript" > document . write ( "<h1>Hello World!</h1>" ) </script> </body> </html>
1..
«
66
67
68
69
»
..69