iphone_app_development_11.pdf
文本预览下载声明
IPHONE
UIWebViewUITextView
•
• iPhone
• HTML
IPHONE
• iPhone
•
•
•
•
• URL
URL
•
• (ftp://)
• (http://)
• 128-bit(https://)
• (file:///)
URL
• NSURL
• NSURLRequest
• NSURLConnection
• NSURLResponseNSError
NSURL
• URL
• http://lily:123456@/search?
hl=ensource=hpq=mysqlaq=foq=aqi=g10#page
NSURL 1
• absoluteString: http://lily:123456@:80/search?
hl=ensource=hpq=mysqlaq=foq=aqi=g10#page
• absoluteURL: http://lily:123456@:80/search?
hl=ensource=hpq=mysqlaq=foq=aqi=g10#page
• baseURL - URLnil
• fragment: page
• host:
NSURL 2
• port: 80 nil
• path: /search
• query: hl=ensource=hpq=mysqlaq=foq=aqi=g10
• relativePath: /search
• relativeString: http://lily:123456@:80/search?
hl=ensource=hpq=mysqlaq=foq=aqi=g10#page
NSURL 3
• user: lily
• password: 123456
• scheme: http
显示全部