if($POST_['submit']=="提交")
  {
    print $POST_['Username'];
    print $POST_['Password'];
  }