首页
分类
命令
采集
标签
搜索
Blog
注册
登录
首页
分类
命令
采集
搜索
Blog
注册
登录
搜索
技术池(jishuchi.com)
本次搜索耗时
1.954
秒,为您找到
687
个相关结果.
搜书籍
搜文档
PHP vprintf() 函数
1265
2020-12-14
《PHP 教程》
PHP vprintf() 函数 实例 定义和用法 语法 技术细节 更多实例 例子 1 例子 2 例子 3 例子 4 PHP vprintf() 函数 实例 输出格式化的字符串: <? php $number = 9 ; $str = "Beijing" ; vprintf ( "There are %u m...
WMLScript toString() 函数
1264
2020-12-17
《WMLScript 教程》
WMLScript toString() 函数 语法 例子 结果 WMLScript toString() 函数 toString() 函数把一个值转换为字符串。 语法 n = String . toString ( value ) 成分 描述 n 从函数返回的字符串。 value 任何值。 ...
ondblclick - 双击文本时
1261
2020-12-11
《JavaScript 教程》
ondblclick - 双击文本时 ondblclick - 双击文本时 <!DOCTYPE html> <html> <head> <script> function myFunction () { document . getElementById ( "demo" ). innerHTML = "Hello Worl...
返回字符串的长度
1260
2020-12-11
《JavaScript 高级教程》
返回字符串的长度 返回字符串的长度 <html> <body> <script type = "text/javascript" > var txt = "Hello World!" document . write ( txt . length ) </script> </body> </html>
生成普通文本和标签
1260
2020-12-11
《JavaScript 高级教程》
生成普通文本和标签 生成普通文本和标签 <html> <body> <script type = "text/javascript" > document . write ( "<h1>Hello World!</h1>" ) </script> </body> </html>
PHP highlight_string() 函数
1260
2020-12-14
《PHP 教程》
PHP highlight_string() 函数 定义和用法 语法 说明 返回值 例子 PHP highlight_string() 函数 定义和用法 highlight_string() 函数对字符串进行语法高亮显示。 语法 highlight_string ( string , return ) 参数 描述...
返回字符串的长度
1259
2020-12-15
《Python 教程》
返回字符串的长度 返回字符串的长度 a = "Hello, World!" print ( len ( a ))
PHP levenshtein() 函数
1255
2020-12-14
《PHP 教程》
PHP levenshtein() 函数 实例 定义和用法 语法 技术细节 PHP levenshtein() 函数 实例 计算两个字符串之间的 Levenshtein 距离: <? php echo levenshtein ( "Hello World" , "ello World" ); echo "<br>" ; echo...
onclick - 单击按钮时
1250
2020-12-11
《JavaScript 教程》
onclick - 单击按钮时 onclick - 单击按钮时 <!DOCTYPE html> <html> <head> <script> function myFunction () { document . getElementById ( "demo" ). innerHTML = "Hello World" ; ...
使用 document.write() 向输出流写 HTML
1249
2020-12-10
《HTML DOM 教程》
使用 document.write() 向输出流写 HTML 使用 document.write() 向输出流写 HTML <html> <body> <script type = "text/javascript" > document . write ( "<h1>Hello World!</h1>" ) </script> ...
1..
«
64
65
66
67
»
..69