Instead of using str.startWith(1)
, just use str.startWith(1+"")
instead and let the grammar sugar added by the compiler finish the rest of the job!
2017/3/23 14:15
Instead of using str.startWith(1)
, just use str.startWith(1+"")
instead and let the grammar sugar added by the compiler finish the rest of the job!
2017/3/23 14:15