摘要: import React from 'react'; function PhoneCall({ phoneNumber }) { const handleCall = () => { window.location.href = `tel:${phoneNumber}`; }; return ( < 阅读全文
posted @ 2024-09-05 22:44 小小强学习网 阅读(11) 评论(0) 推荐(0) 编辑