import React, {Component} from 'react' class JsonUtils extends React.Component { /** *字符串转json * */ static stringToJson(data){ return JSON.parse(data); } ...
確定! 回上一頁