我正在管理面板上构建一个下拉菜单,用于更改显示时间的时区。我编写了一个TimeHelper C#脚本,它具有一个函数,可以转换给定具有时区的字符串的时间。它返回DateTime类型。
我对如何正确实现JS和C#之间的对话感到困惑,这是我写的:
<activity android:label="@string/app_name" android:name="com.yourpackage.name">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="example.com" android:pathPrefix="/" />
<data android:scheme="https" android:host="example.com" android:pathPrefix="/" />
</intent-filter>
</activity>
大多数情况下,它与@WebApp ...行中的time_zone有关。 Visual Studio说time_zone在当前上下文中不存在,我理解但不知道如何修复。