• 2024-08-09鸿蒙 webview 实现顶部 Progress进度条
    1,先看效果 2,直接cv代码importweb_webviewfrom'@ohos.web.webview';interfacePerUrl{url:string,age:number}@Componentexportstructwebviews{controller:web_webview.WebviewController=newweb_webview.WebviewController();ports:
  • 2024-07-13通知
    1.基础通知应用场景:用户可以通过通知接口发送通知消息,提醒用户关注应用中的变化。用户可以在通知栏查看和操作通知内容使用:1)导入notification模块importnotificationManagerfrom'@ohos.notificationManager'2)发布通知//构建通知请求letrequest:notificationManager