public void insert(String str, int pos)在此文本区的指定位置插入指定文本。 注意,传递 null 或不一致的参数是无效的,并且将导致不确定的行为。 参数:str - 要插入的非 null 文本pos - 插入的位置