Enter a specific value in textinput in ArkTs and jump to the target page

Enter a specific value in textinput in ArkTs and jump to the target page

import router from '@ohos.router'
import promptAction from '@ohos.promptAction'
@Entry
@Component
struct TextInputPage {
   
    
    
  @State text: string = ''
  controller: TextInputController = new TextInputController()

  build() 

Guess you like

Origin blog.csdn.net/qq_39132095/article/details/130786342