goBack() } func goForward(){ webview?.goForward() } func refresh(){ webview?.reload() } } import SwiftUI struct ContentView: View { var webview ...
確定! 回上一頁