如果想要获取用户输入的字符串,下列选项正确的是?( )
input("请输入一个字符串:")
int(input("请输入一个字符串:"))
float(input("请输入一个字符串:"))
eval(input("请输入一个字符串:"))