Javascript - Convert string with comments to object

后端 未结 0 396
再見小時候
再見小時候 2021-01-23 03:23

how can i change following string to Object?


"password: {
  minLength: 8, // some comments
  maxLength: 24,
  strong: (value) => /.*[^0-9]+.*[0-9]+         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题