View on GitHub

web3js-cn

web3.toAscii

将HEX字符串转为ASCII3字符串

调用:

web3.toAscii(hexString)

参数:

返回值:

示例:

var str = web3.toAscii("0x657468657265756d000000000000000000000000000000000000000000000000");
console.log(str); // "ethereum"

教程推荐: