const Value = ({value}) => { const nonAscii = /[\x00-\x08\x0E-\x1F]/.test(value.toString()); return ( <div className="value"> {nonAscii?
確定! 回上一頁