使用mark.js突出显示仅1-3个字母

时间:2019-03-06 14:54:07

标签: javascript jquery

我正在尝试在页面上实现mark.js,但是它无法正常工作。因此,我设置了一个非常基本的页面,并从this jsfiddle page中提取了所有代码,但是一次只能突出显示1-3个字母,具体取决于我输入的内容。任何人都可以看到我在做什么到底错了吗?我的页面是located here

代码:

try: 
    aws_account = input(colored("Enter the name of the AWS account you'll be working in: ", 'yellow'))
except:
    print("That is not a valid Company AWS account.")
else:

1 个答案:

答案 0 :(得分:2)

这最终是一个编码问题。添加:

<meta charset="UTF-8">

解决了问题。