15927491671's blog

By 15927491671, history, 7 years ago, In English

I want to use readline to input,but it is always return a undefined value?Who can help me.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
7 years ago, # |
  Vote: I like it +9 Vote: I do not like it

Example: 10655649.

  • »
    »
    7 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    I know now.It cannot use let,I use var instead of let,and read success.Also note that readline need a extra linefeed character.