小编Ram*_* KS的帖子

ReactJS 中“严格模式下不允许使用传统八进制文字”是什么意思?

我试图循环这些数组,但收到此错误“严格模式下不允许旧八进制文字”

const myList =[
    {
        id: 01,
        title: 'FrontEnd Engineer',
        name : 'Sheshathri',
        describtion: "simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"
    },
    {
        id: 02,
        title: 'QA Engineer',
        name : 'Jobin',
        describtion: "It has survived not only five centuries, but also the leap into electronic typesetting, remaining …
Run Code Online (Sandbox Code Playgroud)

javascript arrays object reactjs react-props

2
推荐指数
1
解决办法
5365
查看次数

标签 统计

arrays ×1

javascript ×1

object ×1

react-props ×1

reactjs ×1