function _touppercase(string) {
    // 补全代码
    return string.toUpperCase()
}