在我的应用程序中,我想要两个不同的URL方案.
像One和Two
所以用户可以用以下方式打开我的应用程序:
one://something
和
two://something
我用这个:
- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url {
}
Run Code Online (Sandbox Code Playgroud)
如果用户键入一个或两个,应用程序将如何知道?
我正在使用HTML代码,我不想显示非警报消息或警告框,我不知道它叫什么,但是带有"确定"按钮的消息.
我想在加载页面时显示此警报.
我该怎么做呢?
如何使用"警报"框中的标题执行此操作?
我需要JavaScript吗?如果没有,如何在没有javascript的情况下这样做?
乔纳森
Adobe Dreamweaver - 如何"移动"图像
我正在使用HTML,并且有三张我想要移动的图片,现在它看起来像这样:http: //jonathangurebo.tumblr.com/post/41614799078
如何让它变得更好.我希望它看起来像这样:http: //jonathangurebo.tumblr.com/post/41614824708
我怎么办?我是Dreamweaver的初学者.
我的HTML代码如下所示:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Jonathan Gurebo</title>
<style type="text/css">
<!--
body {
background-color: #191919;
}
-->
</style></head>
<body>
<center>
<p><img src="Pictures/Jonathan Gurebo.png" width="405" height="76" />
</p>
<p><img src="Pictures/Apps.png" width="128" height="86" />f<img src="Pictures/Contact.png" width="194" height="72" /></p>
<p> </p>
</center>
</body>
</html>
Run Code Online (Sandbox Code Playgroud) html ×2
alert ×1
dreamweaver ×1
image ×1
ios ×1
iphone ×1
javascript ×1
messagebox ×1
move ×1
objective-c ×1
url-scheme ×1
xcode ×1