首页
编程
java
php
前端
首页
编程
java
php
前端
键盘输入字符串a和b
a = input("【从键盘输入一个字符串a:】") b = input("【从键盘输入第二个字符串b:】") print("字符串a连接字符串b ",a+b)
点击展开全文