📅  最后修改于: 2022-03-11 15:02:31.645000             🧑  作者: Mango
import React from 'react';
const ExampleComponent = () => {
function sayHello(name) {
alert(`hello, ${name}`);
}
return (
);