单项选择题

function betterHash(string, arr) { const H = 37; var total = 0; for (var i = 0; i < string.()

A.一个更好的散列函数
B.没有任何作用
C.一个处理整数键的散列函数
D.以上都不对