# Spine运行时指南

本指南将教你如何在你的应用程序中使用Spine运行时加载、渲染及操纵骨架。

<form onsubmit="baiduRuntimesGuide()" class="support-form forms" id="runtimes-guide-form" style="margin-bottom:-0.5em">
<fieldset>
	<legend>百度一下</legend>
	<table class="layout layout-form"><tr>
	<td class="btn-group">
		<input type="text" id="form-q" maxlength="128" title="Search the Spine Runtimes Guide using Baidu" class="input-search">
		<button class="btn btn-round" onclick="baiduRuntimesGuide(); return false"><span class="iconfont-search"></span></button>
	</td>
	</tr></table>
</fieldset>
</form>

!!* [运行时架构](/spine-runtime-architecture)
* [加载骨架数据](/spine-loading-skeleton-data)
* [应用动画](/spine-applying-animations)
* [运行时骨架](/spine-runtime-skeletons)
* [运行时皮肤](/spine-runtime-skins)
* [API参考](/spine-api-reference)

<form action="//zhannei.baidu.com/cse/site" id="baidu" style="display:none">
<input type="hidden" name="q" id="q">
<input type="hidden" name="cc" value="zh.esotericsoftware.com">
</form>

<script>
$("#runtimes-guide-form").submit(function() {
	if (e.which == 13) {
		baiduRuntimesGuide();
		return false;
	}
});
function baiduRuntimesGuide () {
	$("#q").val($("#form-q").val());
	$("#baidu").submit();
}
</script>