Rexx - 扩展函数 hash()
该函数返回字符串的哈希值。
语法
hash(str)
参数
str − 这是输入字符串。
返回值
该函数返回字符串的哈希值。
示例
/* 主程序 */ options arexx_bifs say hash('cde')
当我们运行上面的程序时,我们将得到以下结果。
输出
44
❮ rexx_extended_functions.html
该函数返回字符串的哈希值。
hash(str)
str − 这是输入字符串。
该函数返回字符串的哈希值。
/* 主程序 */ options arexx_bifs say hash('cde')
当我们运行上面的程序时,我们将得到以下结果。
44
❮ rexx_extended_functions.html
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。