自己编的一个通讯录系统(简陋了点)[4]

[入库:2005年9月19日] [更新:2007年3月24日]

本文简介:

                                echo Please input the E-mail again:
                                read mail
                                checkmail
                                redo
                        ;;
                        Address )
                                echo Please input the address again:
                                read address
                                redo
                        ;;
                        "Phone Number" )
                                echo Please input the phone number again:
                                read phone
                                checkphone
                                redo
                        ;;
                        "Moblie Phone Number" )
                                echo Please input the mobile phone number again:
                                read mobile
                                checkphone
                                redo
                        ;;
                        "Other Messages" )
                                echo Please input the other messages again:

本文关键:自己编的一个通讯录系统(简陋了点)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top