单项选择题

"HelloWorld".substr(2,4).substring(1,2);的返回值是()

A.""
B."l"
C.报错
D.el