摘要:
import tkinter as tk from PIL import ImageTk from aip import AipSpeech import os window = tk.Tk() window.geometry('1050x591') window.resizable(0,0) wi 阅读全文
摘要:
字符串练习 使用string定义一个字符串变量string s; 字符串是单引号的(×) 整行输入字符串有三种方式,分别是gets(),getline(cin,str),cin.getline(str,100) (√) gets是字符数组的输入整行字符串的方式(√) getline(cin,str) 阅读全文