This is the code
import React from "react" let x = 0; const App = () => { x++; console.log(x) return( {x}< 相关标签:
{x}<