首页->HarmonyOS应用开发者基础认证
(A)let Pi = 3.14:
(B)const P=3.14;
(C)static const Pi = 3.14
(D)final Pi= 3.14;